Interface | Description |
---|---|
ConditionalTrace |
The
ConditionalTrace interface extends the Trace interface and defines
the methods that allow enabling and disabling of tracing for this particular condition. |
Trace |
The
Trace interface defines the methods that allow application tracing. |
TraceManager |
The
TraceManager interface defines the methods that allow applications trace
management. |
TraceModule |
The
TraceModule interface serves two purposes. |
TraceWriter |
Introduction
|
TraceWriterManager |
TraceWriterManager contains the list of TraceWriter objects that are used to implement the
tracing.
|
UnconditionalTrace |
The
UnconditionalTrace interface extends the Trace interface. |
Class | Description |
---|---|
BaseTraceWriter |
This abstract class is useful for supplying a default, non-printing
TraceWriter to a
TraceWriterManager This class must be extended to provide the functionality to trace
to different streams. |
ConsoleTraceWriter |
Supplies a console TraceWriter to trace to System.out.
|
LogFileTraceWriter |
Introduction
|
OutputStreamTraceWriter |
OutputStreamTraceWriter wraps an output stream in a TraceWriter.
|
SyslogTraceWriter |
SyslogTraceWriter refines the BaseTraceWriter to allow tracing to
syslog. |
TraceBlockingQueue | |
TraceManagerFactory |
The
TraceManagerFactory class is a class by which applications obtain a TraceManager
object. |
TraceMessageThread |